Uses of Class
edu.uky.ai.csp.kr.Problem
| Package | Description |
|---|---|
| edu.uky.ai.csp |
Contains classes for representing and solving simple constraint
satisfaction problems.
|
| edu.uky.ai.csp.kr |
Contains the knowledge representation for constraint satisfaction problems
that use simple binary equals and not equals constraints.
|
-
Uses of Problem in edu.uky.ai.csp
Subclasses of Problem in edu.uky.ai.csp Modifier and Type Class Description classMapColoringModels the problem of coloring a map so that no two adjacent regions have the same color.classSudokuModels a Sudoku puzzle as a constraint satisfaction problem. -
Uses of Problem in edu.uky.ai.csp.kr
Fields in edu.uky.ai.csp.kr declared as Problem Modifier and Type Field Description ProblemSolution. problemThe problem this solution is potentially a solution forConstructors in edu.uky.ai.csp.kr with parameters of type Problem Constructor Description Solution(Problem problem)Constructs a new solution object for a given problem.